home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00158.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  261 b   |  15 lines

  1. on mouseDown
  2.   buttonHilite()
  3. end
  4.  
  5. on mouseUp
  6.   global gAbort
  7.   if gAbort = 0 then
  8.     set jumpName to the name of cast the castNum of sprite clickOn()
  9.     clearPuppets(2, 12)
  10.     go(the frame + 1)
  11.     puppetSound(0)
  12.     PlayDemoFrame(1, jumpName)
  13.   end if
  14. end
  15.